Skip to content

[Feat/#61] 만다라트 small 추가#63

Merged
Leeyoonji23 merged 4 commits intodevelopfrom
feat/#61/small-mandalart
Jul 9, 2025
Merged

[Feat/#61] 만다라트 small 추가#63
Leeyoonji23 merged 4 commits intodevelopfrom
feat/#61/small-mandalart

Conversation

@Leeyoonji23
Copy link
Copy Markdown
Contributor

💡 Summary

close #61

✅ Tasks

  • small 사이즈 (160px) 분기 추가 했습니다

👀 To Reviewer

사용방법은

      <Mandalart />
      <Mandalart size="small" />

입니다

변경사항은 스토리북 확인해주세요!

📸 Screenshot

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

빌드 결과

빌드 성공 🎉

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

🎨 스토리북 배포 완료!

👉 스토리북 미리보기

변경된 컴포넌트의 디자인을 확인해주세요.

Copy link
Copy Markdown
Collaborator

@jisooooooooooo jisooooooooooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

대공사 고생하셨네요 👷🏻🚧
확인했어욤~ ~ ~

Copy link
Copy Markdown
Contributor

@shinjigu shinjigu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small 사이즈 추가도 깔끔하게 처리하셨네요 👷🏻🛠️ 파일 구조 개선까지 수고하셨습니다 !!

const [selectedGoal, setSelectedGoal] = useState<number | null>(null);

const handleGoalClick = (position: number) => {
setSelectedGoal(selectedGoal === position ? null : position);
Copy link
Copy Markdown
Contributor

@shinjigu shinjigu Jul 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5) 명확해서 좋아요 !!

},
selectors: {
'&[data-completed="true"]': {
border: '0.4rem solid #305088',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p1) 하드코딩된 색상값 고쳐주시면 좋을 것 같습니다 🕶️

Copy link
Copy Markdown
Contributor

@kwonsaebom kwonsaebom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고 많으셨습니다 !! 코드 너무 깔끔하네여 .. 😻👍🏻

@Leeyoonji23 Leeyoonji23 merged commit 8a92eae into develop Jul 9, 2025
4 checks passed
@jisooooooooooo jisooooooooooo deleted the feat/#61/small-mandalart branch September 11, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix]: 만다라트 크기 추가

4 participants